lcBlockAddArc Home

Adds a new arc object into a block.

 HANDLE lcBlockAddArc (
   HANDLE hBlock,
   double X,
   double Y,
   double Radius,
   double StartAngle,
   double ArcAngle
 );

Parameters
hBlock
  Handle to a block.
X Y
  Coordinates of the center point.
Radius
  Description.
StartAngle
  Start angle of the arc.
ArcAngle
  Included angle of the arc.
Negative value means clockwise arc's direction from the start angle, Positive value means counter-clockwise direction.

Return Value

  Handle to created arc object or NULL if the function fails.

See Also

  Code sample,   lcBlockAddArc3P